home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / TTY.ARJ / MAKEFILE < prev    next >
Text File  |  1992-01-22  |  370b  |  22 lines

  1. # makefile generated by BUILD V1.0, written by Chris Sokol.
  2. # makefile generated on 0/22/92.
  3.  
  4. .asm.obj:
  5.     tasm /ml /t /zi $*.asm
  6.  
  7. .cpp.obj:
  8.     ztc @options.ztc $*.cpp
  9.  
  10. mon.exe: ttyio.obj mon.obj tty.obj
  11.     ztc @linkfile
  12.  
  13. clean:
  14.     rm -f mon.exe mon.map *.obj
  15.  
  16. ttyio.obj: ttyio.asm ttyio.inc
  17.  
  18. mon.obj: mon.cpp tty.h ttyio.h
  19.  
  20. tty.obj: tty.cpp tty.h ttyio.h
  21.  
  22.